home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 11 / Cream of the Crop 11-2.iso / os2 / 7700os2.zip / README.TXT < prev   
Text File  |  1995-09-05  |  9KB  |  209 lines

  1.             Adaptec 7700 Family Manager for OS/2 2.1x/Warp 
  2.             ==============================================
  3.  
  4. This diskette contains Adaptec's Novell solution for the AIC-7770 Family of
  5. Host Adapters.  This includes:
  6.  
  7.       AHA-274xA          EISA-to-Fast SCSI
  8.       AHA-274xAT         EISA-to-Fast SCSI   (TwinChannel)
  9.       AHA-274xW          EISA-to-Fast SCSI   (Wide SCSI)
  10.       AHA-284xA          VL-Bus-to-Fast SCSI
  11.  
  12. The following files on this diskette are required for the installation of
  13. the 7700 Family OS/2 driver:
  14.  
  15.                \os2\aic7770.add
  16.                \os2\7770pres.exe
  17.                \os2\aic7770.ddp
  18.  
  19.  
  20. ==========================================================================
  21.           INSTALLATION INSTRUCTIONS FOR THE OS/2 DRIVER:
  22. ==========================================================================
  23.  
  24. 1) Open the OS/2 System Folder, then open the System Setup folder.
  25.  
  26. 2) Double-click on Device Driver Install.
  27.  
  28. 3) Insert the Manager Set floppy in the appropriate drive.
  29.  
  30. 4) Change to the directory where the driver is located, usually \OS2_3x.
  31.  
  32. 5) When you find the driver (AIC7770.ADD), select INSTALL.
  33.  
  34. 6) After the install finishes, a message will appear to report the 
  35.    status.  An error will be displayed if no host adapters are found.
  36.  
  37. ** NOTE:
  38.  
  39.    If you are using OS/2 2.0 GA, the above method will not work.  
  40.    To install under 2.0 GA, open a full-screen OS/2 session.  Change to
  41.    the drive and directory on the floppy where the drivers are located.
  42.    Type DDINSTAL and press ENTER.
  43.  
  44.    
  45.    You may also install the driver manually.  Copy AIC7770.ADD to C:\OS2.
  46.    Add a line to your CONFIG.SYS that says BASEDEV=AIC7770.ADD .
  47.  
  48.  
  49. ===========================================================================
  50.                      CONFIGURATION INFORMATION:
  51. ===========================================================================
  52.  
  53. Generic command line switches for Adaptec drivers and OS/2 2.1x/Warp
  54. --------------------------------------------------------------------
  55.  
  56. OS/2 adapter device drivers (.ADD files) are normally installed 
  57. automatically and require no further information from the user. However,
  58. in certain situations the user may wish to modify the behavior of the 
  59. driver to meet their specific needs.
  60.  
  61. ***** IMPORTANT *****
  62. Please proceed cautiously with the following information. If you have
  63. purchased software which requires you to use switches, it should include
  64. instructions on how to use them. Most software requires no switches and
  65. you do not need to concern yourself with the information about switch 
  66. settings.
  67.  
  68. The standard format for command line switches is:
  69.  
  70.     BASEDEV=AIC7770.ADD [Universal Parameter][Adapter ID][Unit Parameter]
  71.               {[SCSI Target ID]}
  72.  
  73.       [Universal Parameter] - An option that applies to all adapters 
  74.                controlled by the driver.
  75.  
  76.       [Adapter ID] - /A:n, where n is the number (zero relative) of the
  77.                adapter installed in the system. The adapter ID is determined
  78.                when the driver is loaded based on the order that adapters are
  79.                found in the system. (See below, AIC7770.ADD Specific Command
  80.                Line Switches.)
  81.  
  82.       [Unit Parameter] - Modifies the behavior of the selected host adapter.
  83.  
  84.       [SCSI Target ID] - The targets to which the Unit Parameter will be
  85.                applied.  This parameter may be a single ID (d) or list of
  86.                IDs (d,d,d).
  87.  
  88. Universal Parameters
  89. --------------------
  90.  
  91.    /ET - Allow embedded targets.  This parameter indicates that the ADD
  92.       should assume that all targets have more than one logical unit (LUN)
  93.       defined.
  94.  
  95.    /!ET - Do not allow embedded targets (DEFAULT). This parameter indicates
  96.       that the ADD should assume that all targets have only one logical 
  97.       unit (LUN) defined.
  98.  
  99.    /V - Load driver verbosely. This parameter will display the driver
  100.       name as well as the version number and Adaptec copyright if the driver
  101.       loads successfully. Information on all targets found in the system
  102.       will also be displayed.
  103.  
  104. General Unit Parameters
  105. -----------------------
  106.  
  107.    /I - Ignore the specified adapter. This allows another driver to
  108.       share the adapters that the ADD would normally use.
  109.  
  110.    /DM - Enable DASD manager support (DEFAULT). This parameter allows
  111.       OS2DASD.DMD to control the specified target(s) if they are 
  112.       identified as DASD (hard disk) devices.
  113.  
  114.    /!DM - Disable DASD manager support. This parameter prevents
  115.       OS2DASD.DMD from controlling the specified target(s).
  116.  
  117.    /SM - Enable SCSI manager support (DEFAULT). This parameter allows
  118.       OS2SCSI.DMD to control the specified target(s) if they are 
  119.       identified as NON-DASD SCSI devices. All SCSI hard drives 
  120.       will be controlled by OS2DASD.DMD.
  121.  
  122.    /!SM - Disable SCSI manager support. This parameter prevents
  123.       OS2SCSI.DMD from controlling the specified target(s).
  124.  
  125. Configuration Examples
  126. ----------------------
  127.  
  128. Example 1
  129.  
  130.    Suppose that you had a removable hard drive as target 3 and you wanted
  131.    to control the hard drive with an ASPI application and driver.
  132.    Normally OS2DASD will allocate this device, treat it as a large
  133.    floppy and prevent you from sending any SCSI commands via ASPI.
  134.  
  135.    BASEDEV=AIC7770.ADD /A:0 /!DM:3 will prevent OS2DASD.DMD from
  136.    accessing the target and still allow OS2SCSI.DMD and OS2ASPI.DMD to
  137.    share access to it.
  138.  
  139. Example 2
  140.  
  141.    Suppose that you had a multi-disk CD-ROM as target 4 on host adapter 0 and
  142.    two DASD devices as targets 1 and 5 on host adapter 1.
  143.  
  144.    BASEDEV=AIC7770.ADD /ET /A:0 /!SM:4 /A:1 /!DM:1,5 will prevent
  145.    OS2SCSI.DMD from accessing the CD-ROM and prevent OS2DASD.DMD from
  146.    controlling the DASD devices. The driver will also search for multiple
  147.    LUNs on all host adapters.
  148.  
  149. Important Tips
  150. --------------
  151.  
  152.   1) There are no switches for controlling OS2ASPI.DMD directly. IBM did
  153.     not define them in their specification and we cannot be sure that other
  154.     host adapters will have the same switches.
  155.  
  156.   2) OS2SCSI.DMD will only allocate devices when a device driver
  157.     requests it, but this will prevent OS2ASPI from accessing it. There is
  158.     nothing in the ASPI specification regarding device allocation so
  159.     OS2ASPI must rely on other managers to fairly share targets. This
  160.     should only be a problem if you have two drivers that use different
  161.     managers and you want them both to access the same target at the same
  162.     time.
  163.  
  164.   3) Do NOT disable DASD manaager access to target 0 if you are booting
  165.     from your SCSI host adapter. This will prevent the system from booting!
  166.  
  167.  
  168. AIC7770.ADD-specific command line switches
  169. ------------------------------------------
  170.  
  171. This driver supports the AIC-7770 single chip SCSI adapter which may be  
  172. embedded on an EISA motherboard, installed on a 274X EISA adapter or
  173. installed on 2840 VESA adapter. Adapter numbers are first assigned to boards
  174. with their BIOS enabled; the numbers are assigned from lowest BIOS address
  175. to highest address. Any remaining boards are assigned adapter numbers by
  176. scanning the slots from lowest to highest and boards are assigned adapter
  177. numbers in the order they are found.  
  178.                             
  179. Special Unit Parameters 
  180. -----------------------
  181.  
  182.     /NTAG:x - Set number of active non-tagged commands allowed on each 
  183.        target to 1 or 2. The default setting is 2. 
  184.  
  185.     /TAG:x - Set the maximum number of tagged commands allowed on each 
  186.        target between 1 and 16. The default is usually 16, but varies
  187.        depending on the number of devices attached, and the number of host
  188.        adapters installed in the system; setting the number of tags to 1
  189.        will disable tagged queuing. 
  190.  
  191.     /UR - Report underruns. 
  192.     /!UR - Ignore underruns (DEFAULT). 
  193.  
  194.     /OPTIMA - Enable the advanced performance features. 
  195.     /!OPTIMA - Disable the advanced performance features. 
  196.     *** This option is not supported on AIC-7770 earlier than revision E. 
  197.  
  198. ***** NOTE *****
  199.  
  200. If you have trouble installing OS/2 with the AIC7770.ADD you should try
  201. disabling tagged queuing on your installation drive. This number can be
  202. changed with the /TAG: parameter. For example, if you wish to disable
  203. tagged queuing on the first adapter installed in the system you should
  204. set the number of tagged commands to 1 :
  205.  
  206.         BASEDEV=AIC7770.ADD /A:0 /TAG:1
  207.  
  208. is the correct syntax to do this.
  209.